Gets or sets the element with the specified key.
public property Items[const key: TKey]: TValue read GetItem write SetItem; default;
The key of the element to get or set.
The element with the specified key.